diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-16 12:05:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-16 12:05:40 +0900 |
| commit | acaf626cc626da41969a1a2fc59556900ac12d19 (patch) | |
| tree | ad01741356dabd4b386619eaf5e3ae3fef0634f8 /config/waybar/configs/[TOP] Default | |
| parent | 88348f4a9f634c4a9ac4226124f202f3c6a404f8 (diff) | |
| parent | aa9a6ebfbb2f99f1301a1276dae3ea119a338ee9 (diff) | |
Merge pull request #74 from JaKooLit/Development
Development
Diffstat (limited to 'config/waybar/configs/[TOP] Default')
| -rw-r--r-- | config/waybar/configs/[TOP] Default | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/config/waybar/configs/[TOP] Default b/config/waybar/configs/[TOP] Default new file mode 100644 index 00000000..51af0aef --- /dev/null +++ b/config/waybar/configs/[TOP] Default @@ -0,0 +1,63 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT - Top ### // +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "hyprland/workspaces#pacman", + "custom/separator#dot-line", + "cpu", + "custom/separator#dot-line", + "temperature", + "custom/separator#dot-line", + "memory", + "custom/separator#dot-line", + "custom/weather", + ], + +"modules-center": [ + "custom/menu", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/separator#dot-line", + "clock", + "custom/separator#dot-line", + "custom/light_dark", + "custom/separator#dot-line", + "custom/lock", + //], + "custom/separator#dot-line", + "custom/keybinds", + ], + +"modules-right": [ + "tray", + "mpris", + "custom/separator#dot-line", + "bluetooth", + "custom/separator#dot-line", + "network#speed", + "custom/separator#dot-line", + "pulseaudio", + "custom/separator#dot-line", + "pulseaudio#microphone", + "custom/separator#dot-line", + "keyboard-state", + "custom/separator#dot-line", + "custom/keyboard", + "custom/separator#dot-line", + "custom/power", + ], +}
\ No newline at end of file |
